home *** CD-ROM | disk | FTP | other *** search
- Path: news.vanderbilt.edu!news
- From: "Marcus H. Mendenhall" <mendenm@ctrvax.vanderbilt.edu>
- Newsgroups: comp.lang.c
- Subject: Re: C Uglifyer wanted
- Date: Mon, 29 Jan 1996 12:37:03 +0000
- Organization: Vanderbilt University, Nashville, TN, USA
- Message-ID: <310CBF6F.3A17@ctrvax.vanderbilt.edu>
- References: <47d983$aq4@apollo.ekfido.kodak.com> <DLHBy6.JJF@cix.compulink.co.uk> <4dtodp$1pf@news.chattanooga.net> <DLs1ru.9FG@ich.nl>
- NNTP-Posting-Host: 129.59.235.1
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b6a (Macintosh; I; PPC)
-
- ("Dominic Monk") writes:
- >does anybody know of an useful c-code uglifyer? The code
- >should still be compilable on different platforms but
- >variable names etc. changed so that reading, editing etc,
- >becomes impossible.
-
- Just send it to the programmers who are trained in writing
- platform-independent UNIX/Gnu (etc.) code. If has been edited for
- any of these systems, there is no chance anyone will understand a
- single line of it. It will have 1000+ conditional header file
- includes and definitions, and nowhere will you be able to find the
- little piece of code (somewgere deep inside) which actuall _does_
- something. :-)
-